home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / laserjetPS.z / laserjetPS
Text File  |  1998-10-30  |  8KB  |  199 lines

  1.  
  2.  
  3.  
  4. LLLLAAAASSSSEEEERRRRJJJJEEEETTTTPPPPSSSS((((1111))))                    IIIImmmmpppprrrreeeessssssssaaaarrrriiiioooo                     LLLLAAAASSSSEEEERRRRJJJJEEEETTTTPPPPSSSS((((1111))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      laserjetPS - driver for HP LaserJet printers that support PostScript
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      llllaaaasssseeeerrrrjjjjeeeettttPPPPSSSS [----PPPP printername]  [----ssss]
  13.                        [----XXXX Xresolution] [----YYYY Yresolution]
  14.                        [----SSSS papersize]  [----nnnn]
  15.                        [----dddd duplexoption]  [----jjjj printdarkness]
  16.                        [----TTTT mediatray] [----RRRR outputtray]
  17.                        [----DDDD] [----BBBB buffersize] [----cccc postscript_cmd]
  18.                        [----hhhh] [----JJJJ] [----FFFFfileformat] [inputfile]
  19.  
  20. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  21.      _l_a_s_e_r_j_e_t_P_S is a System V printer driver for HP LaserJet printers that
  22.      support PostScript.  The driver currently supports the HP LaserJet 5SiMX,
  23.      5M, 5MP. _l_a_s_e_r_j_e_t_P_S reads PostScript from standard in, writes PJL
  24.      commands to implement the command line options to standard output, and
  25.      then writes the input PostScript file to standard out. The PJL commands
  26.      generated vary based on the command line options passed to the driver.
  27.      _l_a_s_e_r_j_e_t_P_S uses _l_i_b_p_o_d(_3) functions to keep the printer object database
  28.      (POD) current.
  29.  
  30.      The output from the _l_a_s_e_r_j_e_t_P_S  driver is typically piped to the
  31.      _p_h_a_n_d_l_e_r(_1) driver or the _n_e_t_h_a_n_d_l_e_r(_1) driver for delivery to the
  32.      printer.  This is done in the _l_a_s_e_r_j_e_t_P_S__m_o_d_e_l file found in
  33.      /var/spool/lp/model.
  34.  
  35.      The _l_a_s_e_r_j_e_t_P_S driver opens and updates the POD files for the specified
  36.      printer.  The file <_p_r_i_n_t_e_r_n_a_m_e>._c_o_n_f_i_g contains the detailed information
  37.      on the printer's capabilities, <_p_r_i_n_t_e_r_n_a_m_e>._s_t_a_t_u_s contains the
  38.      information on operational status of the printer, and <_p_r_i_n_t_e_r_n_a_m_e>._l_o_g
  39.      contains the information on print job history.  For more information on
  40.      printer database files refer to the _l_i_b_p_o_d(_3) man page.
  41.  
  42. UUUUSSSSAAAAGGGGEEEE
  43.      ----PPPP _p_r_i_n_t_e_r_n_a_m_e
  44.                Required: Specifies the printer name, as installed under the
  45.                SGI spooler, and as visible in the printer manager.
  46.  
  47.  
  48.      ----ssss        Specifies that the driver should exit after ascertaining
  49.                printer status and updating the POD status file.
  50.  
  51.  
  52.      ----XXXX _X _r_e_s_o_l_u_t_i_o_n
  53.                Specify the X resolution.  Valid values are "300" or "600".
  54.                Default is 600.
  55.  
  56.  
  57.      ----YYYY _Y _r_e_s_o_l_u_t_i_o_n
  58.                Specify the Y resolution.  Valid values are "300" or "600".
  59.                Default is 600.
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. LLLLAAAASSSSEEEERRRRJJJJEEEETTTTPPPPSSSS((((1111))))                    IIIImmmmpppprrrreeeessssssssaaaarrrriiiioooo                     LLLLAAAASSSSEEEERRRRJJJJEEEETTTTPPPPSSSS((((1111))))
  71.  
  72.  
  73.  
  74.      ----nnnn _n_u_m_c_o_p_i_e_s
  75.                Specifies the number of copies.  When used, copies are not
  76.                collated.
  77.  
  78.  
  79.      ----SSSS _p_a_p_e_r_s_i_z_e
  80.                Specify the paper size. The default page size is A. The paper
  81.                sizes vary by printer model.
  82.  
  83.  
  84.      ----dddd _d_u_p_l_e_x_o_p_t_i_o_n
  85.                Controls the duplex option.  Valid values are "off",
  86.                "bindShortSide" and "bindLongSide".  Default is off.
  87.  
  88.  
  89.      ----dddd _p_r_i_n_t_d_a_r_k_n_e_s_s
  90.                Specify the print darkness used by the printer.  Used to
  91.                slightly change print density. Valid values are "Normal",
  92.                Light", "Dark" and "Economode".
  93.  
  94.  
  95.      ----dddd _m_e_d_i_a_t_r_a_y
  96.                Specifies the input media tray to use.  Valid values are
  97.                "upper", "lower", "either", or "manual".  Use "manual" to put
  98.                printer into manual paper feed mode.  Not supported for the HP
  99.                LaserJet 5SiMX (the 5SiMX automatically selects the input tray
  100.                based on the specified paper size).
  101.  
  102.  
  103.      ----dddd _o_u_t_p_u_t_t_r_a_y
  104.                Specifies the output tray to use.  Valid values are "top" and
  105.                "rear".
  106.  
  107.  
  108.      ----BBBB _b_u_f_f_e_r_s_i_z_e
  109.                Size of buffer to use to read and write data.  Specified in
  110.                bytes.
  111.  
  112.  
  113.      ----cccc _p_o_s_t_s_c_r_i_p_t__c_m_d
  114.                Can be used to specify a string to send to the printer
  115.                immediately after it has been switched into PostScript mode.
  116.                If -c is used multiple times each postscript_cmd will be sent
  117.                in the order presented on the command line.  This option is
  118.                typically used to set PostScript polices for media trays and
  119.                paper sizes from within the lp model file.
  120.  
  121.  
  122.      ----DDDD        Turns on debugging information.  Four levels of debugging
  123.                information are supported: none, coarse detail, medium detail,
  124.                and fine detail.  These correspond to 0, 1, 2, and 3 or more ----DDDD
  125.                switches given on the command line.  That is, multiple -D
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. LLLLAAAASSSSEEEERRRRJJJJEEEETTTTPPPPSSSS((((1111))))                    IIIImmmmpppprrrreeeessssssssaaaarrrriiiioooo                     LLLLAAAASSSSEEEERRRRJJJJEEEETTTTPPPPSSSS((((1111))))
  137.  
  138.  
  139.  
  140.                options given on the command line result in progressively more
  141.                detailed debugging information.
  142.  
  143.  
  144.      ----hhhh        Prints a usage message.
  145.  
  146.  
  147.      ----JJJJ        Turns off PJL commands.  If specified, PJL commands will not be
  148.                sent to the printer.  Allows driver to be used with some
  149.                printers that do not support PJL commands.
  150.  
  151.  
  152.      ----FFFF _F_i_l_e_F_o_r_m_a_t
  153.                Format of file to print. Currently, _F_i_l_e_F_o_r_m_a_t can only be set
  154.                to "pcl" (other names are ignored).  If "pcl" is specified the
  155.                input stream is assumed to already be formatted for the printer
  156.                and is sent to the printer unaltered.  Note that PJL is first
  157.                sent to the printer to setup options such as duplexer, paper
  158.                tray, etc. unless -J is also specified.
  159.  
  160.      [inputfile]
  161.                Specify the name of the file to be printed. If _i_n_p_u_t_f_i_l_e is not
  162.                specified, then the driver reads the input from its standard
  163.                input.
  164.  
  165. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  166.      impressario(1), _n_e_t_h_a_n_d_l_e_r(_1), _p_h_a_n_d_l_e_r(_1), printstatus(1),
  167.      printpanel(1), printers(1), libpod(3).
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.                                                                         PPPPaaaaggggeeee 3333
  196.  
  197.  
  198.  
  199.